CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Rat Maze

搜索资源列表

  1. shiyang3

    0下载:
  2. 迷宫中老鼠模型,马尔可夫过程的应用实现例子-maze rat model, Markov process of achieving example
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:297481
    • 提供者:dangdang
  1. MousePacket2

    0下载:
  2. 老鼠,此老鼠的地道很深,很复杂,就像迷宫一样,地图根据当前老鼠所在位置智能移动, 对前一个版本的一些bug做了修正-Mouse, the rat tunnel deep, very complex, like a maze, the map location of the light of the current smart mobile mice on the previous version of the amendments make a number of bug
  3. 所属分类:Other Games

    • 发布日期:2017-04-28
    • 文件大小:142392
    • 提供者:张伟林
  1. 8051

    0下载:
  2. 8051智慧鼠迷宮遊戲設計详细的程序代码-8051 rat maze game design wisdom of the code Details
  3. 所属分类:SCM

    • 发布日期:2017-05-02
    • 文件大小:732390
    • 提供者:153856153
  1. 123

    0下载:
  2. 电子老鼠创迷宫问题,主要用递归的方法求解得到最终走出迷宫的最小步数-E rat maze created problems, mainly with the recursive method for solving the minimum to get the final out of the maze the number of steps
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1100
    • 提供者:xiongqu
  1. zoumigong

    0下载:
  2. 走迷宫 程序开始运行时显示一个迷宫地图,迷宫中央有一只老鼠,迷宫的右下方有一个粮仓。游戏的任务是使用键盘上的方向键操纵老鼠在规定的时间内走到粮仓处。 要求: 1老鼠形象可辨认,可用键盘操纵老鼠上下左右移动; 2迷宫的墙足够结实,老鼠不能穿墙而过; 3正确检测结果,若老鼠在规定时间内走到粮仓处,提示成功,否则提示失败; 4找出走出迷宫的所有路径,以及最短路径。 另希望能说明采用的设计方法、设计技术路线,包括采用的设计方法和步骤以及任务流程图,指定的功能模块说明、设计说明
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:803
    • 提供者:孙婷婷
  1. 412124

    0下载:
  2. 这是一个老鼠走迷宫的问题,这是我第一次上传,有问题请见谅。-This is a rat maze problem, this is my first upload, have questions, please forgive me.
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1069290
    • 提供者:陈鹏
  1. diannaoshushouce

    0下载:
  2. 嵌入式微型机器人--电脑鼠走迷宫大赛 成功非你莫“鼠” !-Embedded robot-computer mouse go through a maze contest Success is not your mo "rat"!
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-12
    • 文件大小:2747820
    • 提供者:周文杰
  1. As-a-rat-in-a-six-side-of-the-maze-(

    0下载:
  2. 大致就是一个老鼠在一个六个边的迷宫(httpen.wikipedia.orgwikiRadial_arm_maze)里寻找食物(reward),然后找到后记忆下来 下一次去寻找的时候 可以更快的找到食物,具体要求和解释见附件,不过是英文的,里面还有2个example code也是关于-As a rat in a six side of the maze ( httpen.wikipedia.orgwikiRadial_arm_maze ) in search of food ( reward )
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-01
    • 文件大小:151409
    • 提供者:王建
  1. mousmigong1

    0下载:
  2. 经典算法老鼠迷宫问题第二种情况,vs2010通过-Classic algorithms rat maze the second case, vs2010 through
  3. 所属分类:Data structs

    • 发布日期:2017-11-23
    • 文件大小:151221
    • 提供者:wangzhenjun
  1. RatInMaze

    0下载:
  2. 数据结构课程设计 Java GUI 迷宫老鼠 非常华丽-Data structure courses design in Java GUI Rat In Maze
  3. 所属分类:Data structs

    • 发布日期:2017-11-16
    • 文件大小:6902784
    • 提供者:陈首新
  1. rat

    0下载:
  2. 老鼠走迷宫程序,用C++编写,程序中用到了链栈和数组,老鼠的移动用进栈出栈完成,迷宫地图用二维数组完成,方便实用,对要课程设计的同学有帮助。-Mouse Maze procedure using C++ written procedures used in the chain stacks and arrays, move the mouse into the stack using the stack is complete, the maze map done with two-dimens
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:873219
    • 提供者:管学宁
  1. Mazeofgame

    0下载:
  2. 这是一个老鼠走迷宫的游戏,写的还不错唷!-This is a rat Maze of the game, also wrote a public good!
  3. 所属分类:Game Program

    • 发布日期:2017-04-15
    • 文件大小:5571
    • 提供者:yedloca
  1. migongshiyan

    0下载:
  2. 展现简易迷宫程序,程序开始运行时显示一个迷宫地图,迷宫中央有一只老鼠,迷宫的右下方有一个粮仓。游戏的任务是使用键盘上的方向键操纵老鼠在规定的时间内走到粮仓处。-Show simple maze procedures, showing a maze map program starts running, the center has a rat maze, maze bottom right there is a barn. Game task is to use the arrow keys o
  3. 所属分类:Games

    • 发布日期:2017-04-28
    • 文件大小:25059
    • 提供者:武星
« 1 2»
搜珍网 www.dssz.com